add news item for git-annex 10.20241202
authorJoey Hess <joeyh@joeyh.name>
Mon, 2 Dec 2024 16:36:44 +0000 (12:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 2 Dec 2024 16:36:44 +0000 (12:36 -0400)
doc/news/version_10.20240731.mdwn [deleted file]
doc/news/version_10.20241202.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_10.20240731.mdwn b/doc/news/version_10.20240731.mdwn
deleted file mode 100644 (file)
index d5d39b9..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-git-annex 10.20240731 released with [[!toggle text="these changes"]]
-[[!toggleable text="""  * New HTTP API that is equivilant to the P2P protocol.
-  * New p2phttp command to serve the HTTP API.
-  * annex+http and annex+https urls can be configured for
-    remote.name.annexUrl to use the HTTP API to communicate with a server.
-    This supports writable repositories, as well as accessing clusters
-    and proxied remotes over HTTP.
-  * When a http remote has annex.url set to an annex+http url in
-    the git config file on the website, it will be copied into
-    remote.name.annexUrl the first time git-annex uses the remote.
-  * assistant: Fix a race condition that could cause a pointer file to
-    get ingested into the annex.
-  * Avoid potential data loss in unlikely situations where git-annex-shell
-    or git-annex remotedaemon is killed while locking a key to prevent its
-    removal.
-  * When proxying a download from a special remote, avoid unncessary hashing.
-  * When proxying an upload to a special remote, verify the hash.
-  * Propagate --force to git-annex transferrer.
-  * Added a build flag for servant, enabling annex+http urls and
-    git-annex p2phttp.
-  * Added a dependency on the haskell clock library.
-  * Updated stack.yaml to nightly-2024-07-29."""]]
\ No newline at end of file
diff --git a/doc/news/version_10.20241202.mdwn b/doc/news/version_10.20241202.mdwn
new file mode 100644 (file)
index 0000000..0c3b2f2
--- /dev/null
@@ -0,0 +1,28 @@
+git-annex 10.20241202 released with [[!toggle text="these changes"]]
+[[!toggleable text="""  * add: Consistently treat files in a dotdir as dotfiles, even
+    when ran inside that dotdir.
+  * add: When adding a dotfile as a non-large file, mention that it's a
+    dotfile.
+  * p2phttp: Added --directory option which serves multiple git-annex
+    repositories located inside a directory.
+  * When remote.name.annexUrl is an annex+http(s) url, that
+    uses the same hostname as remote.name.url, which is itself a http(s)
+    url, they are assumed to share a username and password. This avoids
+    unnecessary duplicate password prompts.
+  * git-remote-annex: Fix a reversion introduced in version 10.20241031
+    that broke cloning from a special remote.
+  * git-remote-annex: Fix cloning from a special remote on a crippled
+    filesystem.
+  * git-remote-annex: Fix buggy behavior when annex.stalldetection is
+    configured.
+  * git-remote-annex: Require git version 2.31 or newer, since old
+    ones had a buggy git bundle command.
+  * S3: Support versioning=yes with a readonly bucket.
+    (Needs aws-0.24.3)
+  * S3: Send git-annex or other configured User-Agent.
+    (Needs aws-0.24.3)
+  * S3: Fix infinite loop and memory blowup when importing from an
+    unversioned S3 bucket that is large enough to need pagination.
+  * S3: Use significantly less memory when importing from a
+    versioned S3 bucket.
+  * vpop: Only update state after successful checkout."""]]
\ No newline at end of file